spinbutton: Use a grid layout
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 18:24:49 +0000 (20:24 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 28 Apr 2023 12:50:12 +0000 (08:50 -0400)
commitd648a7721e826717fb2c675d8202ab34e879d521
tree1fbb19dc0d2aa7d9a59044e3c56338cd59e77959
parente187587643fec5928c5ab16b4ca5b084deb45e53
spinbutton: Use a grid layout

A grid layout lets us get the baseline right in
vertical orientation, by setting a baseline row.

It would be nice if the box layout supported this
as well, but currently it doesn't, and adding that
feature isn't trivial.
gtk/gtkspinbutton.c